Fix byte compiler warnings in window-tool-bar.el
authorJared Finder <jared@finder.org>
Sun, 19 May 2024 03:51:09 +0000 (20:51 -0700)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 May 2024 06:41:47 +0000 (09:41 +0300)
commitb80a2cbdb677a8954f00f3394c2f8050ed511ad4
treeea97e45470670d32dfe5a79db919e81a4eeffd0a
parent48563687f28b900c5d2044403c6576fbbc4cfa01
Fix byte compiler warnings in window-tool-bar.el

* lisp/window-tool-bar.el (window-tool-bar--static-if)
(window-tool-bar--ignored-event-types): Avoid byte compiler
seeing variables obsolete in Emacs 30 and up.  (Bug#68765)
lisp/window-tool-bar.el